/*自定义样式*/
.paper-image {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}
.paper-image img {
  display: block;
  margin: auto;
  max-width: 100%;
  border: 1px solid #eee;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; /* 这里分别用来模拟纸张的外阴影，和内部反射的阴影颜色 */
}
.object-cover{
  object-fit:cover;
}
.logo-text-m {
  background: linear-gradient(to right, #ea5554, #2e70b8 50%, #ea5554);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 1.5em;
  font-weight: bold;
}
.btn-scroll-tooltip{
  text-align: center;
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu {
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgb(0 0 0 / 10%), 0 0.275rem 1.25rem -0.0625rem rgb(0 0 0 / 20%);
  }
}
.product-card-alt .style2{
    justify-content:unset;
    
}
.product-card-alt .style2>.font-size-sm{
    display:none!important;
}

.product-card-alt .style2>.bg-faded-accent{
    width:100%;
    text-align: center;
}